home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Sound / MPEGA_3.0 / CAMP / camp.doc < prev    next >
Encoding:
Text File  |  1997-07-17  |  3.4 KB  |  116 lines

  1. CAMP - ClassAct MPEGA Player v 1.0 - by Eric Sauvageau
  2. =======================================================
  3.  
  4. 1. About
  5. --------
  6.  
  7.     CAMP is a small GUI front-end for mpega 2.9+ by Stéphane Tavenard.
  8. It will let you control virtualy every mpega features from an easy-to-use 
  9. graphical interface, as well as to actualy play the mp2/mp3 file (through
  10. mpega).
  11.  
  12.    CAMP makes it easy to experiment with different settings for a given
  13. mp3 file without having to remember the commandline options or doing a 
  14. lot of typing.
  15.  
  16.  
  17. 2. Requirements
  18. ---------------
  19.  
  20.    CAMP requires at least Kickstart 2.04 and the ClassAct 2.0 BOOPSI 
  21. gadgets.  It also needs Stéphane's mpega located somewhere on your system 
  22. (you can select its path and name in CAMP's preferences).
  23.  
  24.    See the mpega documentation for mpega's own requirements.
  25.  
  26.  
  27. 3. Usage
  28. --------
  29.  
  30.    Most options should be pretty obvious, being directly the mpega options.
  31. The only additional checkbox is "No Output", which will prevent mpega from 
  32. opening a window to send its text output while playing.  Just have a look
  33. at the mpega documentation.
  34.  
  35.    To select the mp2/mp3 file to play, just enter its path and name in 
  36. the "Filename" gadget, or use the button at its right to open a 
  37. filerequester.  You can also simply drag the icon over the window.
  38.  
  39.    On the selection of a valid mpega audio file, the information such as 
  40. its type and frequency will be shown in the window's titlebar.
  41.  
  42.    Note that you can quit CAMP while you're still playing an mp2/mp3 file.
  43.  
  44.    Preferences allow you to set the path to your mpega executable, as well 
  45. as saving it and the currently selected options to a peferences file located 
  46. in env:camp.prefs (and envarc:camp.prefs).  If you wish to return to the 
  47. default values, just delete these two files (a "Default" button might 
  48. eventualy be added to the prefs window).
  49.  
  50.  
  51. 4. Hints:
  52. ---------
  53. I've managed to play 44 KHz samples (with freq/4) on my 68030 @ 40 MHz 
  54. by doing this:
  55.  
  56.  - Mono Output
  57.  - No Output (disables text output)
  58.  - Freq/4
  59.  - Quality Worse
  60.  - Buffer Time 10000 ms
  61.  - Wait for Buffer
  62.  
  63.  
  64. 5. Future:
  65. ----------
  66. I don't think I'll be developping much further this product, but various 
  67. possibilities are:
  68.  
  69.   - Save the settings in the mp3's filenote, so each mp3 could have its own 
  70.     set of options?
  71.  
  72.   - Or, have a playlist saved to disk, with all the required options to 
  73.     play every entries?
  74.  
  75.  
  76. The sources are available, so feel free to play with it.  Just drop me 
  77. a note if you do anything useful with it, just interested in knowing 
  78. about it :)
  79.  
  80.  
  81. 6. Known Problems
  82. -----------------
  83.  
  84.   - You can't abort mpega by entering Ctrl-C in its output window.  Either 
  85.     use the "Play/Stop" button in CAMP, or do a "status" in a shell to 
  86.     locate the mpega executable, and send it a break <process_num> C
  87.  
  88.   - When playing an mp2/mp3 file at a high priority, there might not be
  89.     enough free CPU for CAMP to acknowledge your click on the Stop button.
  90.     It is advised to either raise CAMP's own task priority beforehand, or
  91.     to avoid using a task priority higher than CAMP's own for mpega.
  92.  
  93.  
  94. 7. Contact
  95. ----------
  96.  
  97.    CAMP was put together in a few days at a friend's request (Hi 
  98. Fabian! :).  I don't think I'll do more work on it in the future.  The 
  99. source code is included, so have a blast.
  100.  
  101.   CAMP is released as Freeware.
  102.  
  103.  
  104.   How to reach me:
  105.  
  106.   Email: merlin@thule.no
  107.   WWW:   http://www.thule.no/~merlin/
  108.  
  109.  
  110. 8. History
  111. ----------
  112.  
  113. 1.0 - First (and final?) releaes.
  114.  
  115. 0.1 - 0.5: Beta versions.
  116.